home *** CD-ROM | disk | FTP | other *** search
/ Programmers Heaven 2 / Programmers Heaven 2.iso / files / utils / diagnost / files.bbs < prev    next >
File List  |  1997-10-03  |  23KB  |  347 lines

  1.              ===========================================
  2.                  DOS Diagnostic & Debugging utilties
  3.              ===========================================
  4. BBX201.ZIP   BRKBOX is a software version of a hardware breakout box. It
  5.              displays the status of a COM or LPT port inside your PC. The
  6.              status of the various port flags are displayed on the screen
  7.              and are updated in real time as port activity happens.
  8. BIOSR11.ZIP  BIOS Reporter v1.1 <ASP> 
  9.              Actively reports system information available in BIOS data 
  10.              area; can be run as pop-up TSR to report changes to BIOS values 
  11.              while a second program is running. Allows printing  
  12. COMCHK15.ZIP Commchk is used to analyze information on a serial line by
  13.              intercepting the information and allowing you to view the
  14.              captured information in either a HEX format or in an ASCII
  15.              format. The information captured may also be saved in files
  16.              stored on disk.
  17. COMPRT20.ZIP COMPORT V2.0
  18.              Manipulate and Display COM and LPT Port Info For COM ports,
  19.              displays UART type, IRQ used. Allows addition or removal of COM
  20.              and LPT ports from DOS at any address. Netware and LAN Manager
  21.              aware.
  22. COMTEST.ZIP  COMTEST v2.0
  23.              ComTest is a serial communication utility that allows you to test the
  24.              connection between your computer and whatever serial-ready device you want
  25.              to hook up to. With C++ src
  26. DIZTOOL.ZIP  DIZTOOL v1.0 -
  27.              A program to create, edit, and save FILE_ID.DIZ files. This
  28.              version is the Windows 95 version of DizTool. This FILE_ID.DIZ
  29.              file was written using DizTool. Requires Microsoft Windows 95
  30.              to run. Shareware, $10.00 registration.
  31. DLM140.ZIP   D L M An IBM P.C. Based RS-232 Asynchronous Data Line Monitor 
  32.              Release 1.5 Have you ever been in the situation where you have 
  33.              two serial devices (such as a PC and a printer), which SHOULD 
  34.              work but just don't seem to communicate? Or perhaps you are 
  35.              trying to debug a new communications protocol, and when you 
  36.              start the file transfer evrything just LOCKS UP!!! 
  37. DRH37E.ZIP   DR.HARDWARE SYSINFO V 3.7e    
  38.              INcredible hardware detection and benchmarking program. 60 
  39.              windows with details about CPU, chipset, BIOS, PCI, SCSI and 
  40.              EIDE devices, about VGA adapter, CD ROM, network, memory, WIN 
  41.              95. With benchmarks, report function and memory dump. New in 
  42.              3.7e: Pentium-II detection, Intel 430TX chipset details and 
  43.              SCSI benchmark (both in reg. ver- sion); detects 
  44.              Ultra-DMA/33-Mode on EIDE drives.  
  45. FLM.ZIP      The FLMon is a simple serial monitor software, made to make it
  46.              possible to store large amounts of data directly onto a hard
  47.              disk.
  48. GOSCOM.ZIP   Serial-port logger
  49.              Run from the command line, this code sets up and listens to a
  50.              comm port. A file is created and written consisting of all
  51.              input received thorugh the comm port. When a diamond character
  52.              (PostScript End-of-Transmission Character) or a hex 1A, ^Z, DOS
  53.              End-of-File is received, the created file is closed and used as
  54.              input to the GoScript program, which is invoked through an EXEC
  55.              call.  (asm src)
  56. INTSPY.ZIP   intspy - Monitor interrupts while running a program.
  57.              Intspy runs command with optional parameters, logging
  58.              interrupts to logfile. Which interrupts have to be monitored,
  59.              and what has to be logged is defined in the file intspy.ini.
  60.              This file is searched for, in the current directory. Next all
  61.              directories included in the PATH environment variable are
  62.              searched. The format of intspy.ini is the standard Windows ini
  63.              file format.
  64. IRQSHO_.ZIP  IrqShow 1.50
  65.              Shows which IRQ is used and when it is used. If you install new 
  66.              Hardware you will need this! 
  67. PORT21.ZIP   Hardware port diagnostics 2.1
  68.              Is a simple program that lets you write 8-bit data (00-FF) to
  69.              any hardware port address (0000-FFFF). The program also has a
  70.              data bit toggle feature (using F1-F8) that lets you toggle the
  71.              status of any bit (1 or 0) without entering numerical data
  72.              value. This is useful for troubleshooting data lines on PC
  73.              hardware cards. You can also read data from any 4 hardware
  74.              ports (0000-FFFF). This program should simplify testing and
  75.              troubleshooting PC cards and PC based projects.
  76. PORTUSE.ZIP  I wrote this program to show me just which ports were being
  77.              used in my computers. Its hard to pick a port to use on the
  78.              ethernet card if you don't know what's already been used. You
  79.              must supply a block of ports to look at in hex. With Pascal src
  80. SCOPE.ZIP    DataScope Version 1.1x
  81.              Is a powerful serial communications analyzer designed as a high
  82.              performance tool for software and hardware professionals. Now
  83.              you can eliminate guesswork about asynchronous transmissions,
  84.              connections, character timing, and serial events without
  85.              purchasing an expensive hardware monitor.
  86. SDD53A-D.ZIP SciTech Display Doctor v5.3a:
  87.              SciTech Display Doctor provides high performance VBE 2.0 device 
  88.              support for playing the latest games. This is a special DOS 
  89.              only version for customers without a copy of Windows (ie: DOS 
  90.              and OS/2 users). If you have a copy of Windows, please download 
  91.              the full Windows installation version.  
  92. VECTVI.ZIP   VECTOR VIEW is a utility which allows you to save all of your
  93.              Interrupt vector addresses to a data file, which can be viewed
  94.              by any text editor or text file viewer. The data saved by
  95.              VECTOR VIEW can be used to discover which interrupt vectors are
  96.              being used in your system, and where they point to. Also, you
  97.              can learn which vectors are not being used, which is useful if
  98.              you are writing a program which will install an interrupt.
  99. XRAY15.ZIP   XRAY 1.5 - Displays interrupts/calls during pgm execution
  100.              Is a DOS programming tool which displays informative messages
  101.              about the operating system (DOS) functions. With XRAY, you'll
  102.              be able to snoop in on the operating systems inards and
  103.              diagnose obscure programming bugs. The high resolution timer
  104.              and summary display can also help optimize your program's I/O.
  105.              It can be used with programs written in any language and
  106.              requires no special compiler.
  107.  
  108.  
  109.              ===============================================
  110.                  Windows Diagnostic & Debugging utilties
  111.              ===============================================
  112. CHK2000.ZIP  Check 2000 Version 1.00.000
  113.              A tool for checking source code for the potential errors 
  114.              relating to the year 2000 problem. Creates reports. 
  115.              Configurable search strings. 16 and 32-bit versions. Help 
  116.              contains many hints and tips on solving the problem. 
  117. COMINS3X.ZIP ComSpy3x for Windows 3.x v 3.4 (16bit)
  118.              ComSpy for Windows 3.x reports you the activities on your modem 
  119.              thru COM port APIs (such as: ReadComm, WriteComm, etc). You can 
  120.              also capture all data flowing in and any commands sending out 
  121.              by the programs like WinCim (the program you use to connect 
  122.              to CompuServe).
  123.              - Monitor Windows COM related APIs 
  124.              - Report the APIs called and their parameters 
  125.              - Capture data to file for you to analyze 
  126.              - Learn what happens when you connect to CompuServe, AOL, etc. 
  127.              - Discover if anyone steals your data when you connect to them ... 
  128.              - Varify that your financial information is encoded as you expect 
  129. COMINS95.ZIP ComSpy3x for Windows 95 
  130.              ComSpy for Windows 3.x reports you the activities on your modem 
  131.              thru COM port APIs (such as: ReadComm, WriteComm, etc). You can 
  132.              also capture all data flowing in and any commands sending out 
  133.              by the programs like WinCim (the program you use to connect to 
  134.              CompuServe). 
  135. EXEINS3X.ZIP ExeSpy3x for Windows 3.x v 3.4
  136.              Powerful program monitor for Windows 3x and Windows 95
  137.              - Monitor program launching and termination 
  138.              - Windows creation and closing 
  139.              - Modules loading and unloading 
  140.              - File access 
  141.              - INI file access 
  142.              - Registry access 
  143.              - Includes with DLLCheck3x absolutely free 
  144. EXEINS95.ZIP ExeSpy95 for Windows 95 v 4.4
  145.              Powerful program monitor for Windows 3x and Windows 95
  146.              - Monitor 32 bit applications as well as 16 bit applications 
  147.              - Process/thread creation and termination 
  148.              - Windows creation and closing 
  149.              - Modules loading and unloading 
  150.              - File and directory access 
  151.              - Undocumented/unexported module loading, adding to and deleting from process database 
  152.              - INI file access 
  153.              - Registry access 
  154.              - And more ... 
  155. EXESPY95.ZIP ExeSpy - Powerful program monitor for Windows 3x and Windows 95
  156.              As an end-user or a system administrator, do you really
  157.              reinstall the whole package. Or you will first try to find out
  158.              what exactly has been lost or has failed? Let ExeSpy help.
  159.              ExeSpy can pinpoint which components (DLLs/Exes/Drvs/VBXes)
  160.              that Windows is looking for, Just locate these missing things
  161.              and copy them to the system!! ExeSpy also provides you the
  162.              information if the application can not start because of failing
  163.              to create a window.
  164. HAT_NT.ZIP   HeapAgent(tm) Trial version 2.0 for Window NT
  165.              Once you've installed HeapAgent and selected the EXEs that you
  166.              want HeapAgent to automatically check, HeapAgent will be there
  167.              transparently checking for memory errors every time you run
  168.              your application, whether you run the app standalone or from
  169.              inside the Visual C++ debugger. And when HeapAgent finds an
  170.              error, you'll have instant access to a full array of heap
  171.              diagnostic tools, including your debugger, to help you track
  172.              that sucker down and fix it.
  173. INFSPY.ZIP   InfSpy v1.0
  174.              Shows Heap, Windows, Tasks and Modules in a window and relates
  175.              them to each other. Other features include Heap Memory Dump,
  176.              printing and saving options, a Task terminator, Module Unload,
  177.              and more
  178. INIMON.ZIP   Windows Initialization Monitor
  179.              Initialization Monitor is designed to help programmers monitor
  180.              changes made to program initialization files. However, it can
  181.              also be used by the casual user to monitor initialization
  182.              changes when installing new programs. Multiple instances can be
  183.              run to monitor multiple files. To learn to use Help, press F1,
  184.              or choose How to use Help from the Help menu.
  185. INISPY95.ZIP INISpy95 - Powerful Registry and INI file tracer for Windows 95
  186.              INI Spy allows you to monitor read and write activity by any
  187.              16-bit Windows application against all INI-style files in your
  188.              system. It reports the values read and retrieved from INI files
  189.              and attaches to the log the date and time the activity took
  190.              place. You can spy on specific initialization files or select
  191.              all INI-style files. The Windows 95 version also traces all
  192.              Registration Database calls!
  193. KCEX10.ZIP   KeyCode Explorer 1.0 for Windows 95
  194.              Is a little utility especially for programmers to get the ASCII 
  195.              code and HEX code of a pressed key. You get rid of searching in 
  196.              books or in documentations, if you need a key code.  
  197. MEMMON95.ZIP MemMonitor Windows 95 Standard Edition v 4.0   
  198.              MemMonitor traps and reports you (Global/Local/Virtual/Heap for 
  199.              Windows 95) Or (Global/Local for Windows 3x) memory allocation 
  200.              and deallocation. The Summary Window shows you the amount (in 
  201.              bytes) of memory in allocation and deallocation in each API set 
  202.              based on process.  
  203.              - Report net allocated amount of memory for each running process 
  204.              - Helps you determine if memory leakage is occurring 
  205.              - Curious about shared heaps in Windows 95 
  206.              - And more ... 
  207. MEMPRO95.ZIP MemMonitor Windows 95 PRO Edition v 4.0
  208.              MemMonitor Pro is the professional edition of MemMonitor. It 
  209.              has all the functionalities provided in MemMonitor Standard 
  210.              Edition. It traps and reports you (Global/Local/Virtual/Heap 
  211.              for Windows 95) or (Global/Local for Windows 3x) memory 
  212.              allocation and deallocation. The summary windows shows you the 
  213.              amount (in bytes) of memory in allocation and deallocation in 
  214.              each API set based on process (process name). 
  215.              - A tool professionals should possess in helping resolving memory leaking 
  216.              - Report net allocated amount of memory for each running process 
  217.              - Helps you determine if memory leakage is occurring 
  218.              - Capture & report memory allocation thru Global*/Local*, Heap*, Virtual*, APIs 
  219.              - Capure share heap/memory activities by Windows 95 
  220.              - Detailed report unmatched APIs to let you track down the memory leaking in your programs 
  221.              - And more ... 
  222. NEWAPI32.ZIP NEWAPI32 Version 1.00.000 
  223.              Is a tool that will allow you to intercept the API calls made 
  224.              by any 32 bit program under Windows 95, providing the API is 
  225.              accessible from your memory context. This includes the APIÆs of 
  226.              the system DLLÆs located above 2GB. With C source.
  227. NEWSPY.ZIP   NewSpy Version 1.00 , Clone of MicroSoft's SPY Program
  228.              Is a clone of the Spy program that is included in the Microsoft
  229.              Windows Software Development Kit (SDK). NewSpy shows what
  230.              messages are being sent to a window, allowing you to make sure
  231.              that the messages you think are being sent are actaully being
  232.              sent. NewSpy displays the handle of the window that is being
  233.              spied upon, the message, and the values of the message
  234.              parameters (wparam and
  235. ODBC95.ZIP   ODBCSpy95 for Windows 95 v 4.0
  236.              This is the most powerful ODBC spy around. There are many 
  237.              unique features provided by this ODBCSpy. This ODBCSpy let you 
  238.              monitor all ODBC drivers at the same time. You don't need to 
  239.              select a specific ODBC driver to monitor and are therefore not 
  240.              limited to spy on one ODBC driver only at a time. It lets you 
  241.              enable only those SQL* functions you are interested in and 
  242.              disable spying on the rest calls. Now you can really save your 
  243.              time by focusing on only those you really care about. 
  244. RESSPY3X.ZIP ResSpy for Windows 3x v3.0c
  245.              Lets you monitor most resource creation and destruction APIs in 
  246.              Windows environment. It covers HDC, HBITMAP, HICON, HCURSOR, 
  247.              HACCEL, HFONT, HMENU, etc. It tells you who calls the API to 
  248.              create the handle, the parameters, and the resulted handle 
  249.              value. It can be a tool that you can use to identify what 
  250.              resources are created in an application, and also what 
  251.              resources are not deleted when the program terminates. Or use 
  252.              this tool as an assistant to learn how other program invoke and 
  253.              utilize Windows APIs.
  254. RESSPY95.ZIP ResSpy95 for Windows 95 v 4.0
  255.              Lets you monitor most resource creation and destruction APIs in 
  256.              Windows environment. It covers HDC, HBITMAP, HICON, HCURSOR, 
  257.              HACCEL, HFONT, HMENU, etc. It tells you who calls the API to 
  258.              create the handle, the parameters, and the resulted handle 
  259.              value. It can be a tool that you can use to identify what 
  260.              resources are created in an application, and also what 
  261.              resources are not deleted when the program terminates. Or use 
  262.              this tool as an assistant to learn how other program invoke and 
  263.              utilize Windows APIs.
  264. SDD53A.ZIP   SciTech Display Doctor 5.3a (Windows 3.1/95 Installation)
  265.              The Universal Graphics Card Utility SciTech Display Doctor 
  266.              (formerly known as UniVBE) now supports over 250 different SVGA 
  267.              chips and includes a Windows install and user interface (a DOS 
  268.              only install is available). SciTech Display Doctor fixes the 
  269.              most common problems with Super VGA (SVGA) graphics cards. It 
  270.              features: graphics chip detection, display power management, 
  271.              display centering, refresh rate control and compatibility & 
  272.              performance testing. UniVBE, the Universal VESA BIOS Extension 
  273.              (VBE) is included in the SciTech Display Doctor package.  
  274. SETWATCH.ZIP Watch version 2.0
  275.              Is a program that monitors the actions Of other programs - what
  276.              files they are reading, writing, anything they happening to be
  277.              doing on your system, WATCH records the details on disk, for
  278.              you to view later. WATCH is a DOS program, but works with
  279.              16-bit Windows, too- it can tell you which DLL's a program is
  280.              loading, and in which order, for example.
  281. TEKFACTS.ZIP TECHFACTS v1.10 (16-bit)
  282.              Is a powerful Windows utility to view all aspects of Windows,
  283.              DOS, Heap, Memory, Networks and your system. You can search for
  284.              DLLs, Icons and duplicate files and you have 4 configurable
  285.              resource mon- itors and multiple resource\disk alarms.
  286.              TechFacts allows you to transmit any data by Fax\Modem, or by
  287.              MAPI Email or by SMTP Internet Email,
  288. TEKFCT95.ZIP TECHFACTS 95 v1.10 - Shareware -
  289.              TechFacts 95 is a powerful Windows 95 utility to view all
  290.              aspects of Windows, DOS, Heap, Memory, Networks and your
  291.              system. You can search for Files, DLLs, and duplicate files and
  292.              you have 4 configurable resource monitors and multiple
  293.              resource\disk alarms as well as a Windows 95 registry
  294.              performance monitor. TechFacts 95 allows you to transmit any
  295.              data by Fax\Modem, or by MAPI Email or by SMTP Internet Email,
  296.              all drivers are included and contained within TechFacts.
  297. TPODBC32.ZIP Trace Plus 32 / ODBC , 32 Bit ODBC Debugging Facility
  298. TTB95.ZIP    TopToBottom for Windows 95 (ver4)
  299.              Reports both 16-bit and 32-bit loaded modules and their DLLs
  300.              PLUS VxDs and registered OCXs. With the log enabled, it also
  301.              captures new module loads by an active or newly created
  302.              process. TopToBottom helps you resolve conflicts between
  303.              differing versions of a DLL, OCX, or VxD. It reports version
  304.              information and any potential duplicates found in your Windows
  305.              search path.
  306. VBSYS350.ZIP VBSys Windows System Monitor 32 Bit Ver 3.5 for Win 95 ONLY  
  307.              VBSys is designed to help a user monitor many system resources 
  308.              at all times and to combine some utilities that you may already 
  309.              use. Monitors:
  310.              Disk Space (even Net), Memory, SwapFile Usage , CPU, #Processes, 
  311.              Date/Time, and much more all in one small display. 
  312. WINTRA.ZIP   WinTrace (WT.EXE) is a general purpose trace utility which
  313.              allows you to trap any Windows APIs (DLL functions) under your
  314.              finger-tips. WinTrace is a low-level debugging utility which
  315.              requires users to know how windows API passes its arguments on
  316.              the stack and how windows API gets its returned values from the
  317.              registers.
  318. WLCHECK.ZIP  Link Check Version 5.1
  319.              LInk Check verifies links between executable files and modules
  320.              (DLLs). Useful for analyzing those "Cannot find (filename) or
  321.              one of its components" and "Call to Undefined Dynalink" system
  322.              error msgs. View Version info on all modules. Check modules
  323.              loaded in RAM as well as RAM details. Analyze function calls
  324.              inside DLLs and others. VBX support is also included. You can
  325.              now register via an electronic key. v5.1 for Win 3.x
  326. WNSPCT11.ZIP WinSpector
  327.              So, you are a computer guru, and want to keep track of your
  328.              system resources or you need to debug programs to see if there
  329.              are memory leaks, or just how much memory it needs. WinSpector
  330.              is the program for you. From its friendly LCD panel that
  331.              display the amount of memory and system resources to its
  332.              multimedia/video analyzer, WinSpector is one great program that
  333.              will end up in your Start-up box very soon. Besides testing the
  334.              processorspeed,multimediacapabilities, printing options, and
  335.              system resources, WinSpector can also analyze your hard disk
  336.              right down to the number of clusters on your harddrive.
  337.              Shareware 1.0 REQ: VB40032.DLL
  338. WXI95-20.ZIP Win-eXpose-I/O ,v2.00,Util,SHAREWARE Windows 95
  339.              Files I/O Tracer/Debugger Gives REAL-TIME report on files I/O
  340.              all over the system (even DOS BOXES) a MUST HAVE tool for
  341.              anyone who tries to find out which file an application is using
  342.              or missing. Great tool for also for dev. tracking file
  343.              operation by an external utility, and for improving windows
  344.              performance.
  345.  
  346.  
  347.